Make macros to generate all the ELO_RANK_DAILY_*_* tables
authorKarl O. Pinc kop@karlpinc.com <kop@karlpinc.com>
Sat, 18 Jul 2026 00:08:08 +0000 (00:08 +0000)
committerKarl O. Pinc kop@karlpinc.com <kop@karlpinc.com>
Sat, 18 Jul 2026 00:58:09 +0000 (00:58 +0000)
commit4220c9529623fc1dc66ee4b77b127e90f088ca92
treee141e466de57c5d4f0782ddc2e3552d5a7d68ebe
parentbfcefcf3d7010cdc5af2e131f372b8d86a086638
Make macros to generate all the ELO_RANK_DAILY_*_* tables

Use the macros to generate everything concering the
ELO_RANKS_DAILY_KK_F table.
13 files changed:
db/include/elo_ranks_daily_triggers_create.m4 [new file with mode: 0644]
db/include/elo_ranks_daily_triggers_drop.m4 [new file with mode: 0644]
db/include/indexmacros.m4
db/include/tablemacros.m4
db/schemas/lib/triggers/create/elo_ranks_daily_kk_f.m4
db/schemas/lib/triggers/drop/elo_ranks_daily_kk_f.m4
db/schemas/sokwedb/indexes/create/elo_ranks_daily_kk_f.m4
db/schemas/sokwedb/indexes/drop/elo_ranks_daily_kk_f.m4
db/schemas/sokwedb/tables/create/elo_ranks_daily_kk_f.m4
doc/include/elo_ranks_daily_macro.m4 [new file with mode: 0644]
doc/include/macros.m4
doc/src/analyzed/elo_ranks_daily_kk_f.m4
doc/src/epilog.inc.m4